github.com/klauspost/compress/zstd.decoderOptions.dicts (field)
12 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L102: if d.o.dicts == nil {
decoder.go#L103: d.o.dicts = make(map[uint32]*dict)
decoder.go#L943: dict, ok := d.o.dicts[frame.DictionaryID]
decoder_options.go#L23: dicts map[uint32]*dict
decoder_options.go#L114: if o.dicts == nil {
decoder_options.go#L115: o.dicts = make(map[uint32]*dict)
decoder_options.go#L122: o.dicts[d.id] = d
decoder_options.go#L136: if o.dicts == nil {
decoder_options.go#L137: o.dicts = make(map[uint32]*dict)
decoder_options.go#L139: o.dicts[id] = &dict{id: id, content: content, offsets: [3]int{1, 4, 8}}
decoder_options.go#L206: clear(o.dicts)
decoder_options.go#L209: delete(o.dicts, id)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |